Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Nov 2008 at 17:24 UTC
Updated:
10 Dec 2008 at 19:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
dwwBriefly debugged this and it's a pretty trivial fix. Basically, in validate_valid_time(),
$operators[$operator]['values']can be either 0, 1, or 2. The existing code was written to assume only 1 or 2.Comment #2
merlinofchaos commentedCommitted. THanks!